Q3Marker_SetXOffset
You can use theQ3Marker_SetXOffset
function to set the horizontal offset of a marker.
TQ3Status Q3Marker_SetXOffset ( TQ3GeometryObject marker, long xOffset);
marker
- A marker.
xOffset
- The desired horizontal offset of the specified marker.
DESCRIPTION
TheQ3Marker_SetXOffset
function sets the horizontal offset of the marker specified by themarker
parameter to the value specified in thexOffset
parameter.